From 324683993e0524d5d856962543d8026e1972d87e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 10 Dec 2020 09:10:21 -0500 Subject: [PATCH] docs: Update references to GtkWindow:fullscreened The property got renamed from fullscreen to fullscreened. Update all references. --- gtk/gtkwindow.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 1b6d994a3a..c516bcdfc1 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -5254,7 +5254,7 @@ gtk_window_unmaximize (GtkWindow *window) * windows. * * You can track the result of this operation via the #GdkToplevel:state property, - * or by listening to notifications of the #GtkWindow:fullscreen property. + * or by listening to notifications of the #GtkWindow:fullscreened property. */ void gtk_window_fullscreen (GtkWindow *window) @@ -5298,7 +5298,7 @@ unset_fullscreen_monitor (GtkWindow *window) * any given monitor. * * You can track the result of this operation via the #GdkToplevel:state - * property, or by listening to notifications of the #GtkWindow:fullscreen + * property, or by listening to notifications of the #GtkWindow:fullscreened * property. */ void @@ -5338,7 +5338,7 @@ gtk_window_fullscreen_on_monitor (GtkWindow *window, * write code that crashes if not. * * You can track the result of this operation via the #GdkToplevel:state property, - * or by listening to notifications of the #GtkWindow:fullscreen property. + * or by listening to notifications of the #GtkWindow:fullscreened property. */ void gtk_window_unfullscreen (GtkWindow *window) -- 2.30.2